home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / DGMPGDec / DGVfapi.txt < prev    next >
Text File  |  2005-08-30  |  2KB  |  43 lines

  1. DGVfapi 1.4.3
  2. Frameserving with the New Decoding Functionality
  3. ------------------------------------------------
  4.  
  5. VFAPI frameserving is now supported. It uses the
  6. DGDecode.dll, so both DGVfapi.vfp and DGDecode.dll
  7. must be placed in the same directory as DGIndex.exe.
  8. Do not rename these files. This version supports multiple
  9. instantiations, e.g., create and run multiple "fake"
  10. AVI files. It also can read Avisynth scripts (AVS files)
  11. as well as D2V files from DGIndex.
  12.  
  13. The procedure is as follows:
  14.  
  15. 1. Place the files as described above.
  16. 2. Run DGIndex and verify that when you pull down
  17.    the Help menu the VFAPI Plugin item is checked.
  18.    You don't have to check it; it is checked automatically
  19.    if the files are placed in the right place. Generate your
  20.    D2V project file as usual.
  21. 3. Ensure that the VFAPI reader codec is installed.
  22. 4. Run the VFAPI Converter, select the D2V
  23.    file, and hit OK.
  24. 5. Hit Convert to create the "fake" AVI file.
  25.  
  26. DVD2AVI's clipping feature is not supported.
  27.  
  28. VFAPI upsamples to RGB. By default this is done in interlaced mode.
  29. To force progressive upsampling, put "_P" just before the extension
  30. in the filename. To force the upsampling to follow the progressive_frame
  31. flag, put "_A" just before the extension in the filename. Note that
  32. using the "_A" also means that a YUY2 frame will be returned instead of a
  33. YV12 frame for 4:2:0 input.
  34.  
  35. For example:
  36.  
  37.     movie_P.d2v
  38.  
  39. The multiple instantiation and AVS file support was done by "tritical".
  40.  
  41. Donald Graft (c) 2004, 2005
  42.  
  43.